home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-16 / drvspc18.zip / DRVSPC.DOC < prev    next >
Text File  |  1992-06-19  |  8KB  |  194 lines

  1.                            WEB Computer Consulting
  2.  
  3.                                  DRVSPC.EXE
  4.                                  Version 1.8      
  5.      ----------------------------------------------------------------------
  6.      Program Description:
  7.  
  8.       DRVSPC is a disk drive space and resource reporting utility. 
  9.      The features are as follows.
  10.  
  11.     1.  When called from a batch file DRVSPC can test for enough 
  12.         available disk space and by using ERRORLEVEL control the
  13.         process or report.
  14.  
  15.     2.  DRVSPC will report the amount of low DOS memory in the system and
  16.         the amount of memory available.  
  17.  
  18.     3.  DRVSPC will report the status of the LPT1 and LPT2 printer ports.
  19.  
  20.     4.  Disk cluster allocation and usage can be displayed.
  21.  
  22.     5.  Current date and time are displayed.
  23.  
  24.     
  25.  
  26.      ------------------------------------------------------------------------
  27.      Command Line Options:
  28.  
  29.       DRVSPC has several command line options, they are described as 
  30.     follows:  Each option can be entered using a hyphen (-) or a 
  31.     forward slash (/).  Upper or lower case may be used.
  32.  
  33.     1.  Help    -H
  34.         Displays this list of options.
  35.  
  36.     2.  Brief     -B
  37.         Brief display showing only the drive space available.
  38.  
  39.     3.  Space Check    -Cnnnnnn
  40.         Checks drive for specified amount of disk space and returns 
  41.         ERRORLEVEL=1 if space is not available.  This option is useful 
  42.         in batch files.
  43.  
  44.     4.  Technical    -X
  45.         Gives a display showing the drive cluster usage.
  46.  
  47.     Usage:
  48.         DRVSPC <options> <drive> 
  49.      -----------------------------------------------------------------------
  50.  
  51.                       WEB Computer Consulting
  52.  
  53.                             DRVSPC.EXE
  54. ----------------------------------------------------------------------
  55.  
  56. Examples:
  57.  
  58. 1.  DRVSPC    ( Standard Default Display for current drive )
  59. 1.  DRVSPC d: ( Standard Default Display for a specified drive )
  60.  
  61. ══════════════════════════════════════════════════════════════════════════
  62. DRVSPC ■ Disk Free Space Utility:      Version: 1.7  < Jun 02 1992 >    
  63.          (c) Copyright 1992, WEB Computer Consulting 
  64.  
  65. Drive D:      33,419,264  bytes drive capacity  
  66.                2,785,280  bytes free      
  67. ══════════════════════════════════════════════════════════════════════════
  68.  System Memory:      655,360  bytes   LPT1: Printer On-Line, Out of Paper
  69.  Memory Available:   554,336  bytes   LPT2: Printer Not Available
  70. ══════════════════════════════════════════════════════════════════════════
  71.  
  72. 2.  DRVSPC -H  ( Help )
  73.  
  74. ══════════════════════════════════════════════════════════════════════════
  75. DRVSPC ■ Disk Free Space Utility:      Version: 1.7  < Jun 02 1992 >   
  76.          (c) Copyright 1992, WEB Computer Consulting, All Rights Reserved 
  77. ══════════════════════════════════════════════════════════════════════════
  78. Command Line Options:  Enter a hyphen (-) or a forward slash (/)
  79.  
  80.     -X        Drive Technical Information
  81.     -B        Brief Display
  82.     -Cnn...    Check for Drive Space Available (nnn) bytes needed
  83.                (Sets Errorlevel to 1 if not enough disk space is available
  84.     -H        Program Help Information
  85. ══════════════════════════════════════════════════════════════════════════
  86.  
  87. 3.  DRVSPC -B    ( Brief Display default drive)
  88.     DRVSPC -B d: ( Brief Display specified drive)
  89.  
  90. ══════════════════════════════════════════════════════════════════════════
  91. DRVSPC ■ Disk Free Space Utility:      Version: 1.7  < Jun 02 1992 >    
  92. Drive D:       2,783,232  bytes free
  93. ══════════════════════════════════════════════════════════════════════════
  94.  
  95. 4.  DRVSPC -c1000000    ( Check for 1 mb of avail space on default drive )
  96.     DRVSPC -c1000000 d: ( Check for 1 mb of avail space on specified drive )
  97.  
  98. ══════════════════════════════════════════════════════════════════════════
  99. DRVSPC ■ Disk Free Space Utility:      Version: 1.7  < Jun 02 1992 >    
  100.          (c) Copyright 1992, WEB Computer Consulting 
  101.  
  102. Drive D:      33,419,264  bytes drive capacity  
  103.                2,781,184  bytes free      
  104. ══════════════════════════════════════════════════════════════════════════
  105.  System Memory:      655,360  bytes   LPT1: Printer On-Line, Out of Paper
  106.  Memory Available:   554,336  bytes   LPT2: Printer Not Available
  107. ══════════════════════════════════════════════════════════════════════════
  108.  
  109.  ■■■ DISK SPACE NEEDED TO CONTINUE PROCESS -->  1,000,000  BYTES
  110.  
  111.  ■■■ SELECTED DISK HAS ENOUGH SPACE - PROCESS CONTINUES ■■■
  112.  
  113.  
  114.       ======================================================================
  115.       
  116.                            WEB Computer Consulting
  117.  
  118.                                  DRVSPC.EXE
  119.  
  120.  
  121.  
  122. =============================================================================
  123.                           DISCLAIMER - AGREEMENT
  124. =============================================================================
  125.  
  126.      Users of DRVSPC.EXE must accept this disclaimer of warranty:
  127.      "DRVSPC.EXE is supplied as is.  The author WEB Computer Consulting 
  128.      disclaims all warranties, expressed or implied, including, without 
  129.      limitation, the warranties of merchantability and of fitness for any 
  130.      purpose. The author WEB Computer Consulting assumes no liability for 
  131.      damages, direct or consequential, which may result from the use of 
  132.      DRVSPC.EXE."
  133.  
  134. =============================================================================
  135.  
  136.  
  137.  
  138.  
  139.      DRVSPC.EXE is a "shareware program" and is provided at no charge
  140.      to the user for evaluation.  Feel free to share it with your
  141.      friends, but please do not give it away altered or as part of
  142.      another system.  The essence of "user-supported" software is to
  143.      provide personal computer users with quality software without
  144.      high prices, and yet to provide incentive for programmers to
  145.      continue to develop new products.  If you find this program
  146.      useful and find that you are using DRVSPC.EXE and continue to use
  147.      DRVSPC.EXE after a reasonable trial period, you must make a reg-
  148.      istration payment of $6.00 to WEB Computer Consulting.  The $6.00
  149.      registration fee will license one copy for use on any one
  150.      computer at any one time.  You must treat this software just like
  151.      a book.  An example is that this software may be used by any
  152.      number of people and may be freely moved from one computer
  153.      location to another, so long as there is no possibility of it
  154.      being used at one location while it's being used at another.
  155.      Just as a book cannot be read by two different persons at the
  156.      same time.
  157.  
  158.                            WEB Computer Consulting
  159.  
  160.                                  DRVSPC.EXE
  161.      ----------------------------------------------------------------------
  162.  
  163.      Site-License arrangements may be made by contacting WEB Computer
  164.      Consulting.
  165.  
  166.      Anyone distributing DRVSPC.EXE for any kind of remuneration must
  167.      first contact WEB Computer Consulting at the address below for 
  168.      authorization.
  169.  
  170.      You are encouraged to pass a copy of DRVSPC.EXE along to your
  171.      friends for evaluation.  Please encourage them to register their
  172.      copy if they find that they can use it.  
  173.  
  174.      All registered users will receive a copy of the latest version of
  175.      DRVSPC.EXE and documentation.
  176.  
  177.  
  178.      Please make check or money order payable to Wayne E. Birch
  179.  
  180.      June 19, 1992
  181.  
  182.      WEB Computer Consulting
  183.      Wayne E. Birch
  184.      406 Leon Circle
  185.      Langhorne, Penna.  19053
  186.  
  187.      Compuserve: 73260,3020
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.